
.w12 {
    width: auto;
    margin: auto;
}


/*logoæœç´¢*/
.bar {
    width: 100%;
}



.bar .area {
    float: right;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin-right: 30px;
}

.bar .area em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/img/arrow_down.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.bar .area-wx {
    float: right;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin-right: 30px;
}

.bar .area-wx em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/img/arrow_down.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.bar .area-wx .wxer {
    width: 140px;
    position: absolute;
    right: -40px;
    top: 36px;
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    display: none;
    border: 1px solid #ccc;
}

.bar .area ul {
    position: absolute;
    right: 0;
    top: 36px;
    background-color: #fff;
    padding: 8px 0;
    cursor: pointer;
    display: none;
    border: 1px solid #ccc;
}

.bar .area-xg {
    float: right;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin-right: 30px;
}

.bar .area-xg em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/img/arrow_down.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.bar .area-xg ul {
width: 100px;
    position: absolute;
    right: 0;
    top: 36px;
    background-color: #fff;
    padding: 5px 0;
    cursor: pointer;
    display: none;
    border: 1px solid #ccc;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.bar .area-xg:hover ul {
    display: block;
    z-index: 9;
}
.bar .area-wx:hover .wxer {
    display: block;
    z-index: 9;
}
.bar .area:hover ul {
    display: block;
    z-index: 9;
}
.bar .area-wx:hover em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/img/arrow_up.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}
.bar .area-xg:hover em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/img/arrow_up.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.bar .area:hover em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/img/arrow_up.png") no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}
.bar .area-xg ul li{
    margin-bottom: 0px;
}
.bar .area-xg ul li h1{
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.bar .area-xg ul li a{
  display: block;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.bar .area ul li {
    padding: 3px 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;

}

.bar .area ul li.line {
    height: 1px;
    padding: 0;
    background-color: #373d41;
    margin-top: 8px;
    margin-bottom: 8px
}

.bar .area ul li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    color: #333;
}

.bar .area ul li a:hover {
    color: #b60000;
}

.bar .area ul li a span {
    display: inline-block;
    width: 102px
}

.bar .area1 {
    float: right;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 20px;

}

.bar .area1 a {
    text-align: center;
    display: block;
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
    width: 100px;
    background: #b60000;
    color: #fff;
}

.bar .area1 a:hover {
    background: #b60000;
    color: #fff;
}

.bar .bar_menu {
    float: right;
    font-size: 14px;
    line-height: 36px;
  color: #000;
}
.bar .bar_menu a{
    
    font-size: 14px;
    line-height: 36px;
  color: #000;
}
.bar .bar_menu ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 30px;
}

.bar .bar_menu ul li a {
    color: #333;
}

.bar .bar_menu ul li a:hover {
    color: #b60000;
}

.bar .bar_menu ul li a i {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/images/shop_icon.png")
}



.nesw-more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: url("../images/more.png") no-repeat;
    display: block;
    color: #fff !important;
    font-size: 15px;
    text-indent: 1em;
}

.nesw-more:hover {
    background: url("../images/m-hover.png") no-repeat;
}


.wx {
    float: left;
    width: 120px;
    text-align: center;
}

.wx img {
    width: 100px;
}

.wx span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

footer.page-footer a {
    color: #333;
    font-weight: 400;
}

footer.page-footer a:hover {
    color: #b60000;
}

footer.page-footer h5 {
    color: #333;
    margin-bottom: 1rem;
}
.fa-wechat:before, .fa-weixin:before {
    content: '\e64f';
   font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;font-size: 16px;
}
.fa-chrome:before {
    content: '\e614';
 font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;font-size: 16px;
}
.fa-phone:before {
   content: '\e628';
   font-family: iconfont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;font-size: 16px;
}